powered by
It should be possible to use it for ratings on all layers.
# S4 method for repgrid [(x, i, j, ...) <- value
A repgrid object.
repgrid
Row and column indices.
Not evaluated.
Numeric replacement value(s).
# NOT RUN { x <- randomGrid() x[1,1] <- 2 x[1, ] <- 4 x[ ,2] <- 3 # } # NOT RUN { # }
Run the code above in your browser using DataLab